home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / maximus / protocol.zip / PROTO025.TXT < prev    next >
Text File  |  1992-01-30  |  4KB  |  97 lines

  1. From:    Marc Fiebig                            Area: Protocols
  2. To:      Bill Drake                             19 Jan 92 01:02:10
  3. Subject: Re: Mail downloading                   UpdReq 
  4.  
  5.  >  EJ> Find a file called OATE_100.ZIP and add 
  6.  >  EJ> the ASCII protocol to the
  7.  >  EJ> Protocol.CTL file.......instant Ascii downloads.
  8.  >  
  9.  > 
  10.  > Thanks Erv - will begin the hunt.
  11. Bill,
  12. Begin your hunt at your DC's board - it's right here :-)
  13. Marc
  14.  
  15. --------------= Brought to you compliments of Plastic Tower  =---------------
  16.  
  17. From:    Joshua Lee                             Area: Protocols
  18. To:      Ervin Jay                              21 Jan 92 00:51:32
  19. Subject: Mail downloading                       UpdReq 
  20.  
  21. In a message of <Jan 17 01:17> Ervin Jay (1:153/767) writes:
  22.  EJ>  You can fREQ it from me if ya want...... also have OKER_100.ZIP 
  23.  EJ> for seamless Kermit interfacing to MAX.....both work great. 
  24. If you want the latest version released, I've got OKER_105 here, of course, 
  25. the latest being 12/87. :-) It definitely interfaces well with Max, I'm also 
  26. using OATE_100 for an ASCII protocol, by the same author, Vince Perrellio. 
  27. Installing these was simple, since there's examples for both commented out in 
  28. protocols.ctl. :-)
  29.                                 JBL
  30.  
  31.  
  32. --------------= Brought to you compliments of Plastic Tower  =---------------
  33.  
  34. From:    August Abolins                         Area: Protocols
  35. To:      Leo Vildosola                           5 Jan 92 01:05:00
  36. Subject: external protocols...                  UpdReq 
  37.  
  38. LV+->- Mpt/Puma v1.10
  39. LV+->- SZmodem  v1.41, v1.50, and v1.60 (currently running)
  40. LV+->- DSZmodem v      ** Latest version, I forget which.
  41. LV+->- Bimodem  v2.14
  42. LV+->- HyperP   v      ** Unknown version
  43. LV+->- Tmodem   v7.00
  44.  Leo, I believe that the current version of HyperP that we installed
  45.       is 1.1e
  46.       Which protocols needed the BNU fossil temporarily disabled?
  47.       If the BNU is off, then its Carrier Detect feature is off, then
  48.       do we run the risk of hanging the system if someone "aborts" or
  49.       "pulls the plug" during a transfer?
  50.  PS.  I think that we better stop using the          |XXX|X|X|X|X|X||XX
  51.       high ascii characters in this conference.     o|XXX|X|X|X|X|X||XX
  52.       My signature probably contains regular         |XAugust AbolinsXX
  53.       ascii characters. (Must be the dang PCjr eh?)
  54.       Your signature turned out like this:
  55.         X LeO X
  56.        ___
  57.         X SLMR 2.1 X You didn't say what you said I said you said
  58. ___
  59.  X DeLuxe2 1.12 #10137 X ------------------------------ E = mc2 + 3% -----
  60.  
  61.  
  62. --------------= Brought to you compliments of Plastic Tower  =---------------
  63.  
  64. From:    Tom Keyes                              Area: Protocols
  65. To:      Steve Hughes                           21 Jan 92 08:23:14
  66. Subject: PROTOCOL.MAX                           UpdReq 
  67.  
  68. In a message on <Jan 14 12:04>, Steve Hughes (2:251/19@fidonet) writes:
  69.  SH>Being able to use different max.ctl's is not the problem unfortunately. 
  70.  SH>The problem as I perceive it (yet to be confirmed!) is that however many 
  71.  SH>versions of max.ctl you may have, there is only ever one protocol.max 
  72.  SH>generated. This means that you cannot have multiple versions of 
  73.  SH>protocol.ctl. I require more than one version of protocol.ctl because one 
  74.  SH>of my nodes doesn't have a locked port speed.
  75. I had a similar problem, I use a non-standard IRQ on comport 1 (ran out of 
  76. IRQ's and did not have the money for a digiboard).. 
  77. Solved the problem in the batch file, here is rdsz.bat
  78. Rem echo off
  79. Set dszlog=%1
  80. if %2 == 1 goto d1
  81. dsz port %2 speed %3 %4 %5 %6 %7 %8 %9
  82. goto end
  83. :d1
  84. dsz port 03f8,5 speed %3 %4 %5 %6 %7 %8 %9
  85. :end
  86. Protocal CTL(in this case) sends the port as %2, I could not figure out the 
  87. statement to change it with online(such as if %2 == 1 then %2 = 03f8,5) so I 
  88. did a branch. In your case you could check for which port and change add the 
  89. dos batch coding to correct it.
  90. I am really not sure I understand the problem with a floating fossil. Unless 
  91. the protocal has to run at a locked speed? Both of my fossils are floating 
  92. and max passes the speed parameter using the %W on exit..
  93.  
  94.  
  95. --------------= Brought to you compliments of Plastic Tower  =---------------
  96.  
  97.